From: Ken Raeburn Date: Wed, 24 Jul 2002 02:07:26 +0000 (+0000) Subject: (start_of_data): Don't define the function if a macro X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31401 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ac76731c9fc3ad56818b8ac07f10dd75470080f5;p=emacs.git (start_of_data): Don't define the function if a macro form has been defined. --- diff --git a/src/sysdep.c b/src/sysdep.c index 6eb079075e7..206ecca427a 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -2237,6 +2237,7 @@ start_of_text () * */ +#ifndef start_of_data char * start_of_data () { @@ -2259,6 +2260,7 @@ start_of_data () #endif /* ORDINARY_LINK */ #endif /* DATA_START */ } +#endif /* start_of_data */ #endif /* NEED_STARTS (not CANNOT_DUMP or not SYSTEM_MALLOC) */ /* init_system_name sets up the string for the Lisp function